object frmVistaProgress: TfrmVistaProgress Left = 405 Top = 354 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'frmVistaProgress' ClientHeight = 177 ClientWidth = 399 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 399 Height = 40 Align = alTop AutoSize = True Picture.Data = {} end object lblHeader: TAxLabel Left = 12 Top = 12 Width = 373 Height = 15 WordWrap = False Quality = smMMXSmoothing4x Transparent = True AutoSize = False Font.Charset = RUSSIAN_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ShowAccelChar = True ParentFont = False end object Panel1: TPanel Left = 0 Top = 124 Width = 399 Height = 53 Align = alBottom BevelOuter = bvNone Color = 15461355 ParentBackground = False TabOrder = 0 object btnStop: TButton Left = 279 Top = 14 Width = 107 Height = 25 Caption = 'Stop' Default = True TabOrder = 0 OnClick = btnStopClick end end object Panel2: TPanel Left = 0 Top = 123 Width = 399 Height = 1 Align = alBottom BevelOuter = bvNone Color = 12829635 ParentBackground = False TabOrder = 1 end object pbMain: TProgressBar Left = 12 Top = 92 Width = 373 Height = 17 TabOrder = 2 end object pnlBackground: TPanel Left = -2 Top = 40 Width = 401 Height = 49 BevelOuter = bvNone ParentColor = True TabOrder = 3 object lblAction: TAxLabel Left = 15 Top = 8 Width = 373 Height = 33 WordWrap = True Transparent = True AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ShowAccelChar = True ParentFont = False end end end